From: Jim Blandy Date: Thu, 27 May 1993 02:27:22 +0000 (+0000) Subject: * Makefile.in (${SUBDIR}): Pass the value of the make variable to X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95902 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4736b17e0b96dca562c35ee7d8df873c46b678bc;p=emacs.git * Makefile.in (${SUBDIR}): Pass the value of the make variable to subdirectory makes. --- diff --git a/Makefile.in b/Makefile.in index 83c27e01a1f..8b1371d0405 100644 --- a/Makefile.in +++ b/Makefile.in @@ -236,8 +236,8 @@ src: lib-src ${SUBDIR}: ${SUBDIR_MAKEFILES} FRC cd $@; $(MAKE) all ${MFLAGS} \ - CC='${CC}' CFLAGS='${CFLAGS}' prefix='${prefix}' \ - srcdir='${srcdir}/$@' libdir='${libdir}' + CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}' \ + prefix='${prefix}' srcdir='${srcdir}/$@' libdir='${libdir}' ## We build the makefiles for the subdirectories here so that we can ## edit the values for the path variables into them. This means that